LanguageNotAvailableException

Thrown when Chromium fails to configure the spellchecker fails to initialize the spelling dictionary for a language.

Since

7.27

Constructors

Link copied to clipboard
constructor(language: Language)
Constructs a LanguageNotAvailableException with the language for which the dictionary is not available.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun language(): Language
Returns the language for which the dictionary is not available.
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String